Carbon


PMgrStateChangeProcPtr

Header: Power.h Carbon status: Supported

typedef void(* PMgrStateChangeProcPtr) (
    PMgrQueueElement *theElement, 
    SInt32 stateBits
);

You would declare your function like this if you were to name it MyPMgrStateChangeCallback:

void MyPMgrStateChangeCallback (
    PMgrQueueElement *theElement, 
    SInt32 stateBits
);

© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)